@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+SC');
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    transition: .3s;
}
*::before,
*::after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body,html {
    height: 100%;
    margin: 0;
    padding: 0;
/*    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;*/
	font-family: 'Lucida Console','Lucida Grande','Courier','Modern','Avenir','Charter','Optima',sans-serif;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	font-family: YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','MS UI Gothic','Osaka',sans-serif;
/*    font-family: Quicksand;*/
    position: relative;
	color: #4e454a;
	color: #000;
    font-size: 1rem;
    line-height: 1.8;
    overflow-wrap: break-word;
    -moz-osx-font-smoothing: grayscale;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background-color: #000;
}
li {list-style: none;}
a {
	color: #00adee;
	color: #ac0300;
    text-decoration: none;
}
p{
	margin: 0 0 20px 0;	
}

p, ul{
	font-family:"Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	/*font-size-adjust:0.488;*/
	font-weight:200;
	font-style:normal;
}


h2{
	font-family:"Beau Sans Pro Book", Verdana, sans-serif;
	font-family: 'Lucida Console','Lucida Grande','Courier','Modern','Avenir','Charter','Optima',sans-serif;
	/*font-size-adjust:0.531;*/
	font-weight: bold;
}
img {
	width: 100%;
	height: auto;
}




/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/

body {
    position: relative;
	padding: 0;
	left: 0;
	right: 0;
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	color: #FFF;
}
.body {
	background-color: #171717;
	position: relative;
	height: 100%;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
header {
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 1100px;
	background-color: #000;
	color: #FFF;
	z-index: 3;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0 10px;
	height: 50px;
}
header > h2 {
	-webkit-order: -1;
	order: -1;
	font-size: 10px;
}
header > h2 > a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	color: #FFF;
}
header > h2 > a img {
	width: 100px;
	height: auto;
	display: block;
	margin: 0 10px;
}
header > h1 {
	font-size: 20px;
	margin: 0 100px 0 0;
}
header > h1 > a {
	color: #FFF;
}
header > h1 > a > img {
	max-width: 500px;
	width: 100%;
	display: block;
}


*::-ms-backdrop, body.fixed header > h1 {
	/* IE11 */
	display: block!important;
	visibility:hidden;
}

span.red {
	color: #ac0300;
}
header .switch {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

*::-ms-backdrop, header .switch {
	display: block;
}


header .switch > a {
	width: 20px;
	line-height: 20px;
	text-align: center;
	color: #FFF;
}
header .switch > a::before {
	font: FontAwesome;
}
header .switch > a.search_btn::before {
	content: "\f002";
}
header .switch > a.menu_btn::before {
	content: "\f0c9";
}
header .switch > a.search_btn.active::before {
	content: "\f00d";
}
header .switch > a.menu_btn.active::before {
	content: "\f00d";
}
header .switch > a:hover {
	color: #00adee;
	color: #ac0300;
}
/*
header .switch > a.active {
	color: transparent;
	pointer-events: none;
}*/
header .over {
	background-color: rgba(0,0,0,.85);
	width: 100vw;
	max-width: 1100px;
	height: 100vh;
	height: calc(100vh - 50px);
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
}
header .over:not(.active) {
	display: none;
}
header .over > ul {
	display: block;
	padding: 0;
	margin: 0;
}
header .over > ul li {
	padding: 0;
	margin: 0 0 20px;
	position: relative;
}
header .over > ul li:last-child {
	margin: 0;
}
header .over > ul li a {
	display: block;
	font-size: 20px;
	line-height: 20px;
	text-align: left;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
header .over > ul li a.active {
	color: #00adee;
	color: #ac0300;
}
header .over > ul li a:hover {
	text-decoration: underline;
}
header .over > form {
	position: relative;
}
header .over > form dl {
	margin: 0;
	padding: 0;
}
header .over > form dl > dt {
	font-weight: normal;
	font-size: 16px;
	font-family: 'Times New Roman', Times, serif;
}
header .over > form dl > dd {
	margin: 0;
	border-bottom: 1px solid #FFF;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	padding: 5px 0 0;
}
header .over > form dl > dd input {
	border: none;
	width: calc(100% - 30px);
	display: block;
	padding: 0 5px;
	font-size: 14px;
	line-height: 20px;
	background-color: transparent;
	color: #FFF;
}
header .over > form dl > dd button {
	width: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	display: block;
	border: none;
	background-color: transparent;
	font-size: 30px;
	pointer-events: none;/**/
}
header .over > a.close_btn {
	position: absolute;
	top: 0px;
	right: 5px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 30px;
	color: #FFF;
	display: block;
	cursor: pointer;
}











/*--------------------------------------------------------------------------*/

footer {
	width: 100%;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-justify-content: center;
	justify-content: center;
	height: 200px;
	padding: 0 0 40px;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	background: linear-gradient(#171717, rgba(0,0,0,1));
	z-index: 2;
}
footer > p {
	margin: 0;
	font-size: 10px;
}
footer > p > a {
	color: #FFF;
	font-family: 'Times New Roman', Times, serif;
}
footer > p > a:hover {
	text-decoration: underline;
}

.not_found > footer {
	position: absolute;
	bottom: 0;
}

/*--------------------------------------------------------------------------*/
body #totop {
	position: fixed;
	left: 10px;
	bottom: 30px;
	display: block;
	height: 24px;
	line-height: 22px;
	width: 24px;
	border: 1px solid #00adee;
	color: #00adee;
	text-align: center;
	font-size: 16px;
	border-radius: 50%;
}






@media screen and (max-width:834px){
header > h2 > a {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
header > h2 > a img {
	margin: 0;
}
header > h1 {
	margin: 0 auto;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	height: 50px;
	max-width: 120px;
}
header > h1 > a {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap :wrap;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	height: 50px;
	-webkit-justify-content: center;
	justify-content: center;
}
header > h1 > a > .red {
	display: inline-block;
}

@media screen and (max-width:414px){
header > h2 > a img {
	width: 80px;
}

@media screen and (max-width:412px){

@media screen and (max-width:375px){

@media screen and (max-width:360px){

@media screen and (max-width:320px){



/*--------------------------------------------------------------------------*/
}
}
}
}
}
}